home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TOPENLINKSACTSETUP / TOPENLINKSACTSETUP.txt
Text File  |  2004-10-12  |  4KB  |  192 lines

  1. object OpenLinksActSetup: TOpenLinksActSetup
  2.   Left = 602
  3.   Top = 307
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open Links'
  7.   ClientHeight = 505
  8.   ClientWidth = 542
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object cbOtherFolders: TCheckBox
  21.     Left = 20
  22.     Top = 69
  23.     Width = 365
  24.     Height = 21
  25.     Caption = 'Search a message in other folders in case it is moved'
  26.     TabOrder = 1
  27.     OnClick = cbOtherFoldersClick
  28.   end
  29.   object bFolders: TButton
  30.     Left = 394
  31.     Top = 64
  32.     Width = 129
  33.     Height = 31
  34.     Caption = 'Folders'
  35.     TabOrder = 2
  36.     OnClick = bFoldersClick
  37.   end
  38.   object cbOpenFilter: TCheckBox
  39.     Left = 20
  40.     Top = 108
  41.     Width = 513
  42.     Height = 21
  43.     Caption = 'Open messages only it complies with following conditions'
  44.     TabOrder = 3
  45.     OnClick = cbOpenFilterClick
  46.   end
  47.   object gbFilter: TGroupBox
  48.     Left = 49
  49.     Top = 138
  50.     Width = 474
  51.     Height = 306
  52.     Caption = 'Message is'
  53.     TabOrder = 4
  54.     object cbReplied: TCheckBox
  55.       Left = 20
  56.       Top = 30
  57.       Width = 208
  58.       Height = 20
  59.       Caption = 'Replied'
  60.       TabOrder = 0
  61.       OnClick = cbRepliedClick
  62.     end
  63.     object cbNotReplied: TCheckBox
  64.       Tag = 1
  65.       Left = 20
  66.       Top = 49
  67.       Width = 208
  68.       Height = 21
  69.       Caption = 'Not Replied'
  70.       TabOrder = 1
  71.       OnClick = cbRepliedClick
  72.     end
  73.     object cbForwarded: TCheckBox
  74.       Tag = 2
  75.       Left = 236
  76.       Top = 30
  77.       Width = 228
  78.       Height = 20
  79.       Caption = 'Forwarded'
  80.       TabOrder = 2
  81.       OnClick = cbRepliedClick
  82.     end
  83.     object cbNotForwarded: TCheckBox
  84.       Tag = 3
  85.       Left = 236
  86.       Top = 49
  87.       Width = 228
  88.       Height = 21
  89.       Caption = 'Not Forwarded'
  90.       TabOrder = 3
  91.       OnClick = cbRepliedClick
  92.     end
  93.     object cbFlagged: TCheckBox
  94.       Tag = 4
  95.       Left = 20
  96.       Top = 79
  97.       Width = 208
  98.       Height = 21
  99.       Caption = 'Flagged'
  100.       TabOrder = 4
  101.       OnClick = cbRepliedClick
  102.     end
  103.     object cbNotFlagged: TCheckBox
  104.       Tag = 5
  105.       Left = 20
  106.       Top = 98
  107.       Width = 208
  108.       Height = 21
  109.       Caption = 'Not Flagged'
  110.       TabOrder = 5
  111.       OnClick = cbRepliedClick
  112.     end
  113.     object cbRead: TCheckBox
  114.       Tag = 6
  115.       Left = 236
  116.       Top = 79
  117.       Width = 228
  118.       Height = 21
  119.       Caption = 'Read'
  120.       TabOrder = 6
  121.       OnClick = cbRepliedClick
  122.     end
  123.     object cbUnread: TCheckBox
  124.       Tag = 7
  125.       Left = 236
  126.       Top = 98
  127.       Width = 228
  128.       Height = 21
  129.       Caption = 'Unread'
  130.       TabOrder = 7
  131.       OnClick = cbRepliedClick
  132.     end
  133.     object cbOfColor: TCheckBox
  134.       Tag = 8
  135.       Left = 20
  136.       Top = 138
  137.       Width = 434
  138.       Height = 21
  139.       Caption = 'Belonging to any of marked Colour Groups below'
  140.       TabOrder = 8
  141.       OnClick = cbRepliedClick
  142.     end
  143.     object cbNotOfColor: TCheckBox
  144.       Tag = 9
  145.       Left = 20
  146.       Top = 158
  147.       Width = 434
  148.       Height = 20
  149.       Caption = 'Not of any marked Colour Group below'
  150.       TabOrder = 9
  151.       OnClick = cbRepliedClick
  152.     end
  153.     object cblColors: TCheckListBox
  154.       Left = 20
  155.       Top = 187
  156.       Width = 444
  157.       Height = 100
  158.       Columns = 2
  159.       ItemHeight = 16
  160.       TabOrder = 10
  161.     end
  162.   end
  163.   object bOK: TButton
  164.     Left = 286
  165.     Top = 463
  166.     Width = 109
  167.     Height = 31
  168.     Caption = '&OK'
  169.     Default = True
  170.     ModalResult = 1
  171.     TabOrder = 5
  172.   end
  173.   object bCancel: TButton
  174.     Left = 414
  175.     Top = 463
  176.     Width = 109
  177.     Height = 31
  178.     Cancel = True
  179.     Caption = 'Cancel'
  180.     ModalResult = 2
  181.     TabOrder = 6
  182.   end
  183.   object cbConfirmNotify: TCheckBox
  184.     Left = 20
  185.     Top = 30
  186.     Width = 503
  187.     Height = 20
  188.     Caption = 'Start this action only when notification is confirmed'
  189.     TabOrder = 0
  190.   end
  191. end
  192.